{% extends 'base.html' %} {% block title %}Polisplexity Portal{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block content %}

Welcome to Polisplexity

Select one of the options Bellow

{% for category, items in grouped_menu_items.items %} {% if not forloop.first %}
{% endif %}

{{ category.name }}

{{ category.description }}
{% for menu_item in items %}
{% if menu_item.image %} {{ menu_item.title }} {% elif menu_item.icon %}
{{ menu_item.icon }}
{% endif %}
{{ menu_item.title }}

{{ menu_item.description }}

{% endfor %}
{% endfor %}
{% endblock content %} {% block extra_js %} {% endblock extra_js %}