Files
web2.0-backend/webapp/templates/kaehmy_export.html
T
2017-10-30 12:47:48 +02:00

18 lines
342 B
HTML

{% extends "kaehmy_base.html" %}
{% load static %}
{% load i18n %}
{% block content %}
<div>
<div>
<h2 style="padding-top: 1rem">{% trans "All applications" %}</h2>
</div>
{{ table|safe }}
<div>
<a href="/kaehmy" class="btn btn-primary">{% trans "Front page" %}</a>
</div>
</div>
{% endblock content %}