{% extends "tcms_base.html" %} {% load static %} {% block subtitle %} {{ test_plan.name }}{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
Home >> Planning >> {{ test_plan.name }} >> Add Attachment

{{ test_plan.name }}

{% csrf_token %}
Upload New Attachment Note: Each attachment size limit is {{ limit_readable }}.
{% for attachment in test_plan.attachment.all %} {% endfor %}
{{ attachment.file_name }} {{ attachment.submitter }} {{ attachment.create_date }} {{ attachment.mime_type }} View | Delete
{% endblock %}