{% extends "layout.html" %} {% block body %} {% include "notifications.html" %}
{% include "small_topbar.html" %}
 {{ _('Loading, Please wait...') }}
{{ _('File') }}
{% raw -%} {% endraw -%}
{{ _('Name') }}{{ _('Path') }}
{{ client.name }} {{ client.value }}
{{ _('Create new client') }}
{% raw -%} {% endraw -%}
{{ _('Name') }}{{ _('Path') }}
{{ template.name }} {{ template.value }}
{{ _('Create new template') }}
{% endblock %}