mirror of https://gitlab.federez.net/re2o/re2o
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
647 B
13 lines
647 B
{% load i18n %}
|
|
|
|
<div class="panel panel-info">
|
|
<div class="panel-heading"><h4>{% trans "Tickets" %}</h4></div>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
<div class="col-sm-9">
|
|
{% 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 class="col-sm-3"><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>
|
|
|