{% extends "gstudio/base.html" %} {% load i18n %} {% block content %}
{% if user.is_authenticated %} {% csrf_token %}

Form to add Relationtypes

{% for field in formset %} {{ field.label_tag }}:{{ field }}
{{field.help_text}}
{{ field.errors }}
{% endfor %}
{% else %}

Sorry either you are not logged in or dont have permission to view this content

{% trans 'Login' %}
{% trans 'Register' %}
{% endif %} {% endblock %}