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

8 lines
240 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "A service is a way to map the rule to the type of data collected." %}</p>
{% endblock %}