{% extends 'base/layout.html' %} {% load form_helpers %} {% load helpers %} {% block title %} Add new a new extra file {% endblock %} {% block tabs %} {% endblock %} {% block content-wrapper %}
{% csrf_token %}
{% render_form form %}
{% block buttons %} {% endblock %}
{% endblock %}