{% extends 'base.html' %} {% load documentation_extras %} {% block content %} {% if app_name %}

Documentation of {{app_name}}

See table properties
{% if models %} {% for model in models %} {% render_documentation app_slug model %} {% endfor %} {% else %}

No models found

{% endif %}
{% else %}

Was not able to locate app

{% endif %} {% endblock %}