{% extends "views/graph/graph-base.htm" %} {% load staticfiles %} {% load i18n %} {% block graph_header_title %} {% trans "Data Entry Cards" %} {% endblock graph_header_title %} {% block graph_header_tools %} {% endblock graph_header_tools %} {% block content %}
{% include 'views/graph/card-manager/card-list.htm' %}
{% endblock content %} {% block pre_require_js %} {{ block.super }} {% endblock pre_require_js %}