Skip to content
Snippets Groups Projects
Commit b57fd9a8 authored by Martin Mareš's avatar Martin Mareš
Browse files

Admin: Kosmetika v zobrazování DSN

parent 3b1f38d3
Branches
No related tags found
No related merge requests found
...@@ -14,9 +14,10 @@ ...@@ -14,9 +14,10 @@
<tr> <tr>
<th>Pro koho <th>Pro koho
{% if dsn.user is not none %} {% if dsn.user is not none %}
<td>Uživatel {{ dsn.user|user_link }}{{ dsn.user|user_flags }} <td>{% if dsn.user.is_org %}Organizátor{% else %}Účastník{% endif %}
{{ dsn.user|user_link }}{{ dsn.user|user_flags }}
<code>{{ dsn.user.email }}</code> <code>{{ dsn.user.email }}</code>
{% if dsn.user.dsn == dsn %} (primární DSN){% endif %} {% if dsn.user.dsn != dsn %} (sekundární DSN){% endif %}
{% elif dsn.reg_id is not none %} {% elif dsn.reg_id is not none %}
<td>Registrace #{{dsn.reg_id}} ({{dsn.reg.type.name}}) <td>Registrace #{{dsn.reg_id}} ({{dsn.reg.type.name}})
{% if dsn.reg.email %} {% if dsn.reg.email %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment