{% extends "tcms_base.html" %} {% load i18n %} {% load static %} {% load attachments_tags %} {% block subtitle %} {{ test_plan.name }}{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}

{{ test_plan.name }}

{% attachment_form test_plan %} {% trans "Note: Each attachment size limit is" %} {{ limit|filesizeformat }}. {% get_attachments_for test_plan as attachments_list %} {% for attachment in attachments_list %} {% endfor %}
{{ attachment.filename }} {{ attachment.creator }} {{ attachment.created }} {% attachment_delete_link attachment %}
{% endblock %}