{% extends 'dashboard/base.html' %} {% block title %}Services{% endblock %} {% block content %}

Services

Every service card across your website, grouped by page.

{% for section in service_sections %}

{{ section.page.title }} — {{ section.get_section_type_display }}

Manage on page →
{% for service in section.services.all %} {% empty %} {% endfor %}
IconServiceDescription
{{ service.title }} {{ service.description|truncatechars:70 }}
No services yet.
{% empty %}

No services sections found on your website yet. Add one from a page's editor.

{% endfor %} {% endblock %}