{% extends "usethesource/base.html" %} {% block head %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{{ candidate.name }}

Vendor: {{ candidate.vendor }}

Device: {{ candidate.device }}

Released: {{ candidate.release_date }}

{{ candidate.description }}

Comments

{% for comment in candidate.comment_set.all %} {% include "usethesource/comment_partial.html" %} {% endfor %} {% if user.is_staff %} {% include "usethesource/add_comment_button_partial.html" %} {% endif %}
{% endblock content %}