{% extends 'base.html' %} {% load static %} {% block content %}

{{status_filter}} Official

{% if official_list %}
{% for official in official_list %}
Card image cap
Position: {{official.designation}}
  • Name: {{official.name}}
{% endfor %}
{% else %} {% endif %}
{% endblock content %}