Files
mayan-edms/mayan/apps/appearance/templates/appearance/generic_list.html

18 lines
343 B
HTML

{% extends 'appearance/base.html' %}
{% load i18n %}
{% load navigation_tags %}
{% block title %}{% include 'appearance/calculate_form_title.html' %}{% endblock %}
{% block content %}
{% if title %}
<h3>{{ title }}</h3>
<hr>
{% endif %}
{% include 'appearance/generic_list_subtemplate.html' %}
{% endblock %}