{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load ratings %} {% block content %} {% if object.manufacturer is not None %} {% endif %} {% if object.for_paper is not None %} {% endif %} {% if object.for_film is not None %} {% endif %} {% if object.chemistry is not None %} {% endif %} {% if object.tags.all %} {% endif %} {% if related %} {% endif %}
Summary Summary
Manufacturer {% include "manufacturer.html" with manufacturer=object.manufacturer %}
Name {{ object.name }}
For paper {{ object.for_paper|boolicontag }}
For film {{ object.for_film|boolicontag }}
Chemistry {{ object.chemistry }}
Meta Meta
Rating {% ratings object %}
Tags {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %}
Similar developers
Sharing {% include "sharing.html" %}
{% endblock %}