{% extends 'base.html' %} {% load helpers %} {% load registry %} {# TODO: Figure out better solution: this is a quick hack to remove "chevrons" from homepage because in this commit I'm adding the chevrons in base_django.html #} {% block page_title %}{% endblock %} {% block header %} {{ block.super }} {% if new_release %} {# new_release is set only if the current user is a superuser or staff member #}
{{ item_details.description }}
{% comment %} Use 'url xxx as variable' so that an invalid link doesn't throw a NoReverseMatch exception. {% endcomment %} {% url group_item_details.link as group_url %} {% if group_url %} {{ group_item_name }} {% else %} ERROR: Invalid link! {% endif %}
{% endif %} {% else %}{{ group_item_name }}
{% endif %} {% endif %} {% endfor %}