{% extends base_template|default:"userextensions_base.htm" %} {% load staticfiles %} {% block local_head %} {% include "component/table_components.htm" %} {% endblock %} {% block content %}

{{ title }}: {% if sub_title %}{{ sub_title }}{% endif %}

{% if create_form %}
{{ create_form.link_title }}
{% endif %} {% include table %}
{% include 'component/modals.htm' %} {# include generic modal form for the create form if passed from the view #} {% with create_form as form_data %} {% include 'generic/generic_modal_form.htm' %} {% endwith %} {# include custom modal html/js template if passed in from the view #} {% if modals %} {% include modals %} {% endif %} {% endblock %}