{% extends "periodicals/base_periodical.html" %} {% load periodicals_tags %} {% block title %}{{block.super}} - Periodical - {{periodical.name}} - Issues and Articles With Related Online Articles/Videos{% endblock %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block innercontent %}

{{periodical.name}} Issues and Articles With Related Online Articles and Videos

These issues and articles have web articles, videos, and/or blog posts associated with them. Click the related links at the bottom of each Issue/Article below.

Issues

{% for issue in issues %}

{{issue.display_year}} {{issue.display_name}} {% if issue.printed_cover %}

{% else %} {% if issue.digital_cover %}
{% endif %} {% endif %}
{% for link in issue.active_links %} {% endfor %}

{% endfor %}

Articles

{% for article in articles %}
{{ article|article_result}}
{% for link in article.active_links %} {% endfor %} {% endfor %}
{% endblock innercontent %}