{% extends 'stela_control/content/main/index.html' %} {% load i18n %} {% load crispy_forms_tags %} {% load static %} {% block styles %} {% endblock %} {% block content %}

{% trans "Mimopaws LLC Legal Provisions" %}

{% trans "Doc Overview" %}

    {% for doc in policies %} {% if doc.section == doc.section %}
  •   {{doc.section}}
  • {% endif %} {% endfor %}
{% for doc in policies %} {% if doc.section == doc.section %}

{{doc.section}}

{% for item in doc.content.all %}

{{item.clause}}

{{item.clause_content|safe}}

{% endfor %} {% endif %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}