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