{% extends 'qrtoolkit_core/layout.html' %} {% block content %}

{{ qrcode.title }}

{% for url in qrcode.urls.all %} {% if url.visible %} {% endif %} {% endfor %}
{% endblock content %}