{% extends "periodicals/base.html" %} {% load periodicals_tags %} {% block title %}{{block.super}} - Author - {{author.display_name}} {% endblock %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block innercontent %} {% block obj_detail %}

Author: {{author.display_name}}

{% if author.website or author.email or author.blog or author.alt_website %}

Contact Information

{% if author.email %} {% endif %} {% if author.website %} {% endif %} {% if author.blog %} {% endif %} {% if author.alt_website %} {% endif %}
Email:{{author.email}}
Website:{{author.website}}
Blog:{{author.blog}}
Additional web page for this author
{% endif %}
{% endblock obj_detail %} {% block obj_list %}

Articles

{% for article in article_list %}

{{article|article_result}}

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