{% extends "{{ model }}/base.html" %} {% load i18n %} {% block content %} New

{% for o in {{ model }}s %} {{o}}
{% endfor %}

{% endblock %}