diff --git a/ORM/raiMe.html b/ORM/raiMe.html new file mode 100644 index 00000000..d6026914 --- /dev/null +++ b/ORM/raiMe.html @@ -0,0 +1,31 @@ +{% from "frappe/templates/includes/avatar_macro.html" import avatar %} +{% extends "templates/web.html" %} + +{% block title %} + {{ _("Title of page Rai HS") }} +{% endblock %} + +{% block page_content %} +
+
+
+
+ + +
+
+
+

{{_("Institutes offering academic programs") }}

+
+ {% for record in Rai %} +
+

{{ record[0] }}

+
+ {% endfor %} +
+ +{% endblock %}