{% extends 'frontend/base.html' %} {% load static %} {% block navbar %} {% include 'frontend/snippet.navlinks.html' %} {% endblock %} {% block content %}
{% include 'frontend/machines/detail/snippets/machinetitle.html' %}
{% csrf_token %} {{ form.setup.errors }}
{{ form.setup }} {{ form.setup.help_text }}
{% endblock %}