cloudkitty-dashboard/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_group_create.html

8 lines
226 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "A group is a way to group calculations of mappings." %}</p>
{% endblock %}