{% load i18n %} {% block stylesheets %} {% endblock %} {% block content %} {% if form %} {% with 'true' as read_only %}
{% include 'main/generic_form_subtemplate.html' %}
{% endwith %} {% endif %} {% endblock %}