mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 17:36:27 +00:00
14 lines
752 B
HTML
14 lines
752 B
HTML
{% load i18n %}
|
|
<br>
|
|
<p>{% trans "Description of your problem. Please give as much information as possible to help us searching for a solution. Here is some information we might need:" %}</p>
|
|
<ul class="list">
|
|
<li>
|
|
<p> {% trans "The type of your problem (membership, connection, payment etc.)." %}</p>
|
|
</li>
|
|
<li>
|
|
<p> {% trans "The conditions in which you encounter the problem (Wi-Fi/wired connection, on every machines or only one, on a new machine etc.)." %}</p>
|
|
</li>
|
|
<li>
|
|
<p> {% trans "The locations where you encounter the problem (in your room, in a common space, in a specific building etc.)." %}</p>
|
|
</ul>
|
|
|