{{ show_hint('This value is interpreted using the \'strftime\' function, so you can use time formatting strings. Additionally the following transformations will happen: %s Other text will be kept as is. See the FAQ 6.27 for details.'|trans|format(filename_hint)) }}
{{ get_image('b_export', 'Export'|trans) }}
{% block title %}{% endblock %}
{{ page_settings_error_html|raw }}
{{ page_settings_html|raw }}
{% block message %}{% endblock %}
{% if templates.is_enabled %}
<div class="card-header">{% trans 'Export templates:' %}</div>
<div class="card-body row gy-3">
<form method="post" action="{{ url('/export/template/create') }}" class="col-12 col-md ajax">
<legend>{% trans 'New template:' %}</legend>
<div class="row g-3 align-items-center">
<label for="templateName" class="col-form-label">{% trans 'Template name' %}</label>
<input class="form-control" type="text" name="templateName" id="templateName" maxlength="64" placeholder="{% trans 'Template name' %}" required>
<input class="btn btn-secondary" type="submit" name="createTemplate" id="createTemplate" value="{% trans 'Create' %}">
<form method="post" id="existingTemplatesForm" class="col-12 col-md ajax">
<legend>{% trans 'Existing templates:' %}</legend>
<div class="row g-3 align-items-center">
<label for="template" class="col-form-label">{% trans 'Template:' %}</label>
<select class="form-select" name="template" id="template" required>
<option value="">-- {% trans 'Select a template' %} --</option>
{% for template in templates.templates %}