{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load ratings %} {% block content %}
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 }} |
Rating | {% ratings object %} |
Tags | {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %} |
Similar developers |
|
Sharing | {% include "sharing.html" %} |