{% extends "tcms_base.html" %} {% load static %} {% load attachments_tags %} {% block subtitle %}{{ testplan.title }}{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}

{{ testcase.summary }}

{% attachment_form testcase %} Note: Each attachment size limit is {{ limit|filesizeformat }}. {% get_attachments_for testcase as attachments_list %} {% for attachment in attachments_list %} {% endfor %}
File name Submitter Create date Action
{{ attachment.filename }} {{ attachment.creator }} {{ attachment.created }} {% attachment_delete_link attachment %}
{% endblock %}