{% block title %} {% if title %} {{title}} | My Films {% else %} My Films Table {% endif %} {% endblock title %} {% block head %} {% endblock head %} {% if not next %} {% url 'films:all' as next %} {% endif %}
{% block content %} {% endblock content %}