{% extends 'base.html' %} {% block content %}

Showing all {{count}} attached links

{% for label in linklist %}

{{label['code']}}: Show QR | Edit
{{label['url']}}


{% endfor %} {% endblock %}