{% extends "base.html" %} {% load static %} {% block title %}Edit Service{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Edit Service

{% csrf_token %}
{% for cond in service.conditions %}
{% endfor %} {% if not service.conditions or service.conditions|length == 0 %}
{% endif %}
{% if service.image %}
{% endif %}
Back
{% endblock %} {% block extra_js %} {% endblock %}