{% extends "base.html" %} {% block title %}{{ title }} — Fossilrepo{% endblock %} {% block content %}
{% if group %} ← Back to {{ group.name }} {% else %} ← Back to Groups {% endif %}

{{ title }}

{% csrf_token %} {% for field in form %}
{{ field }}
{% if field.errors %}

{{ field.errors.0 }}

{% endif %}
{% endfor %}
{% if group %} Cancel {% else %} Cancel {% endif %}
{% endblock %}