{% extend 'nuit/generic/list.html' base='shorty/home.html' rightmenu=True %} {% load shorty %} {% block title %}All Short URLs{% endblock %} {% block object_list %}
Short URL | Created Date | Created By | {% if EXTERNAL_FLAG %}Available Externally | {% endif %}|
---|---|---|---|---|
{% build_short_url url.path %}
{{ url.redirect|truncatechars:120 }} |
{{ url.created|date:'d/m/Y' }} {{ url.created|time:'H:i' }} | {{ url.user }} | {% if EXTERNAL_FLAG %}{% endif %} |