{% extends "periodicals/base.html" %} {% load periodicals_tags %} {% block title %}{{block.super}} - Articles Tagged: {{tag.name}} {% endblock %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block innercontent %} {% block links %} {% if related_tags %} {% endif %} {% endblock links %} {% block obj_list %}

Articles Tagged: {{tag.name}}

{% for article in object_list %}

{{ article|article_result}}

{% endfor %}
{% endblock obj_list %} {% block pagination %} {% endblock pagination %} {% endblock innercontent %}