{% load i18n %} {% load crispy_forms_tags %}
{{form|crispy}}

{% trans "Profile Gallery" %}

{% trans "Social Links" %}

{{ formset2.management_form }} {% for form in formset2 %}
{{form|crispy}}
{% endfor %}
{{formset2.empty_form|crispy}}
{% if pk %} {% endif %}