mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 17:36:27 +00:00
19 lines
816 B
HTML
19 lines
816 B
HTML
{% load i18n %}
|
|
|
|
<div class="panel panel-info">
|
|
<div class="panel-heading">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-sm-6">
|
|
<h4>{% trans "Tickets" %}</h4>
|
|
</div>
|
|
<div class="col-sm-6 text-right">
|
|
<a class="btn btn-primary" href="{% url 'tickets:new-ticket' %}"><i class="fa fa-ticket"></i> {% trans "Open a ticket" %}</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="panel-body">
|
|
{% blocktrans %}If you are experiencing issues with the services offered by {{asso_name}}, you can open a ticket that will be taken care of. If you want to contact us on any other topic, please choose one address below.{% endblocktrans %}
|
|
</div>
|
|
</div>
|