2016-03-17 10:46:47 +00:00
|
|
|
{% 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
|
2016-03-17 10:46:47 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
|
|
|
|
<h1 class="heading-large">
|
|
|
|
|
All services
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
{{ browse_list(services) }}
|
|
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
{% endblock %}
|