{% extends "admin/core/base.html" %}} {% load securitytags %} {% load files %} {% load static %} {% load foundation %} {% block title %}Add Article to Issue{% endblock title %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/issue_management.html" %} {% endblock breadcrumbs %} {% block body %}
{% endblock body %} {% block js %} {% include "elements/datatables.html" with target="#article_list" %} {% endblock %}