{% extends 'microsys/form_base.html' %} {% load crispy_forms_tags %} {% block title %}{% if edit_mode %}{{ MS_TRANS.edit_label }}{% else %}{{ MS_TRANS.add_label }}{% endif %} {{ MS_TRANS.user_label }}{% endblock %} {% block content %}

{% if edit_mode %}{{ MS_TRANS.edit_label }}{% else %}{{ MS_TRANS.add_label }}{% endif %} {{ MS_TRANS.user_label }}

{% csrf_token %} {% crispy form %}
{% endblock %}