m0x.it // Links Logout
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endwith %}
{% if links %}
| Code | Ziel | Klicks | Erstellt | |
{% for link in links %}
|
/{{ link.code }}
{% if link.is_alias %}alias{% else %}auto{% endif %}
|
{{ link.target }} |
{{ link.clicks }} |
{{ link.created_at[:10] }} |
|
{% endfor %}
{% else %}
Noch keine Links vorhanden.
{% endif %}