Files
gramps/data/templates/table_header.html
Nick Hall ae31189b32 Move images and data directories
svn: r20989
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 %}