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

19 lines
376 B
HTML

{% extends 'appearance/base.html' %}
{% load i18n %}
{% load navigation_tags %}
{% load subtemplates_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 %}