gramps/data/templates/table_header.html
2013-01-04 23:09:12 +00:00

6 lines
207 B
HTML

{% for header in headers %}<th{{ header.class_attr }}>
{% if header.sortable %}<a href="{{ header.url|escape }}">{% endif %}
{{ header.text }}
{% if header.sortable %}</a>{% endif %}
</th>{% endfor %}