{% extends 'core/base.html' %} {% block title %}{{ module_title }} - {{ org.name }} | Killian{% endblock %} {% block scripts %} {% endblock %} {% block content %}

{{ module_title }}

{{ module_description }}

{% if module_view_options or archived_rows or can_import or can_export or can_add %}
{% if archived_rows %} {% endif %} {% include 'core/_module_view_control.html' %} {% if can_import %} Import {% endif %} {% if can_export %} Export {% endif %} {% if can_add %} {{ add_button }} {% endif %}
{% endif %}

{{ module_title }}

{{ rows|length }} active record{{ rows|length|pluralize }}
{% if rows %} {% include 'core/_module_table.html' with table_rows=rows %} {% else %}

No active records

{{ module_description }}

{% if can_add %} {{ add_button }} {% endif %}
{% endif %}
{% if archived_rows %} {% endif %} {% if archived_rows %} {% endif %} {% if current_module == 'contacts' %} {% endif %} {% endblock %}