{% extends "admin/change_form.html" %} {% block after_related_objects %}{{ block.super }} {% if original %}

Website Applications

{% for webapp in original.websiteapplication_set.all %} {% endfor %}
ID Application Active Description

{{ webapp.id }}

{{ webapp.application }}

{{ webapp.get_active_display }}

{{ webapp.description }}

View

Add another Website Application
{% endif %} {% endblock %}