{% extends 'base.html' %} {% load static %} {% block title %}Report Templates{% endblock %} {% block content %}
| Template Name | Modality | Body Part | Status | Created | Actions |
|---|---|---|---|---|---|
|
{{ template.template_name }}
{% if template.template_content %}
{{ template.template_content|truncatechars:50 }} {% endif %} |
{{ template.get_modality_display }} | {{ template.body_part|default:"All" }} | {% if template.is_active %} Active {% else %} Inactive {% endif %} | {{ template.created_at|date:"M d, Y" }} |