{% extends "base.html" %} {% load i18n %} {% block current_context %} {% endblock %} {% block content %}
{% include "_partials/pagination.html" %} {% for site_param in object_list %}
{{ site_param.key }}
{{ site_param.value }}
{% endfor %} {% include "_partials/pagination.html" %}
{% endblock %}