Files
notifications-admin/app/templates/views/all-services.html
T

17 lines
293 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% from "components/browse-list.html" import browse_list %}
2017-02-13 10:45:15 +00:00
{% block per_page_title %}
All services
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">
All services
</h1>
{{ browse_list(services) }}
2017-02-13 10:45:15 +00:00
{% endblock %}