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