{% extends "base.html" %} {% load rules pagination %} {% block content %}
You don't have any services yet. {% if can_create %}Get started by creating one.{% endif %}
{% endfor %} {% if object_list %} {% pagination page_obj request %} {% endif %} {% endblock %}