{% extends "admin.html" %} {% block headtitle %}Manage Video Forms - {% endblock %} {% load url from future %} {% block videos_active %} class="active" {% endblock %} {% block content %}
| Name | Url | |||
|---|---|---|---|---|
| {{ form }} | {% url 'video_form' form.slug %} | Applications ({{ form.get_applications.count }}) | ||
There are no enabled forms.
{% endif %} {% if disabled_video_forms %}| Name | Url | ||
|---|---|---|---|
| {{ form }} | - | ||