{% extends "db/newsitem_detail.html" %} {% load eb humanize mapping eb_filter comments eb_json %} {% block newsitem_detail_attribute_list %} {% for attribute in attribute_list %} {{ attribute.sf.smart_pretty_name|capfirst }} {% if attribute.sf.name == "details" %} {% with attribute.raw_value|json_value as details %} {% endwith %} {% else %} {% if attribute.value_list %} {% for value in attribute.value_list %} {% if value.url %} {{ value.value }} {% else %} {{ value.value }} {% endif %} {% if value.description %}

{{ value.description|safe }}

{% endif %} {% if not forloop.last %}{% if not value.description %}
{% endif %}{% endif %} {% endfor %} {% else %} None {% endif %} {% endif %} {% endfor %} {% endblock %}