{% 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.pk }}]: {{ testplan.name }} {% endif %} >>Case: [{{ testcase.pk }}]: {{ testcase.summary }} >> Manage Attachment

{{ testcase.summary }}

{% csrf_token %}
Upload New Attachment Note: Each attachment size limit is {{ limit_readable }}.
{% include "plan/attachments_table.html" with attachments=testcase.attachments.all from="from_case" object_id=testcase.pk %}
{% endblock %}