{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load credicons %} {% block content %} {% include "cred_part_passgenmodal.html" %} {% include "cred_part_logomodal.html" with icons=icons txtfield='#id_iconname' imgfield='#logodisplay' %}

{% if not cred.id %}{% trans "Create Password" %}{% else %}{% trans "Edit Password" %}: {{ cred.title }}{% endif %}

{% csrf_token %} {% for field in form %}
{{ field.errors }}
{{ field }}
{% endfor %}
{% endblock %}