Media Type:
{{ article.mediatype_label }}
{% if article.rg_interestlevel %}
Interest Level: {% for item in article.rg_interestlevel %}
{{ item }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if article.rg_readinglevel %}
Reading Level: {% for item in article.rg_readinglevel %}
{{ item }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if article.rg_genre %}
Genre: {% for item in article.rg_genre %}
{{ item }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if article.rg_theme %}
Theme: {% for item in article.rg_theme %}
{{ item }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if article.rg_pov %}
Point-of-View: {% for item in article.rg_pov %}
{{ item }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if article.rg_chronology %}
Time: {% for item in article.rg_chronology %}
{{ item }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if article.rg_geography %}
Place: {% for item in article.rg_geography %}{{ item }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if article.rg_availability or article.rg_freewebversion or article.rg_hasteachingaids %}
{% if article.rg_availability %}
Availability: {{ article.rg_availability.0 }}
{% endif %}
{% if article.rg_freewebversion %}
Free Web Version: {% if article.rg_freewebversion.0 != 'No' %}Yes{% else %}No{% endif %}
{% endif %}
{% if article.rg_hasteachingaids %}
Has Teaching Aids: {{ article.rg_hasteachingaids.0 }}
{% endif %}
{% endif %}