{% extends "master_ass.html" %} {% load detailed_tags %} {% block body %}

{{ app_name }}

{% for association in associations.items %}

{{ association.1.regex|replacewithappname:app_name|cut:"$" }}

        View Name: {{ association.1.view_name }}
        URL Name: {{ association.0 }}
        Template: {{ association.1.templates|default_if_none:"Improperly configured" }}
        
{% endfor %} {% endblock %}