{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}{{ testplan.title }}{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
Home {% if testplan %} >>Plan: [{{ testplan.plan_id}}]: {{ testplan.name }} >>Case: [{{ testcase.case_id }}]: {{ testcase.summary }} {% else %} >>Case: [{{ testcase.case_id }}]: {{ testcase.summary }} {% endif %} >> Manage Attachment

{{ testcase.summary }}

{% csrf_token %}
Upload New Attachment Note: Each attachment size limit is {{ limit_readable }}.
{% for attachment in testcase.attachment.all %} {% endfor %}
File name Submitter Create date Mimetype Action
{{ attachment.file_name }} {{ attachment.submitter }} {{ attachment.create_date }} {{ attachment.mime_type }} View | Delete
{% endblock %}