{% extends "base.html" %} {% block title %}Arch Linux - {{title}}{% endblock %} {% block content %}

{{title}}

{% if description %}{{description}}{% endif %}
{% for field in form %}


{{field.help_text}} {% else %}: {% endif %} {{field}} {% if field.required %}*{% endif%}

{% endfor %}

{% endblock %}