{% extends 'base.html' %} {% load bulma_tags i18n static %} {% block title %}{% if object %}Edit {{ object.name }}{% else %}New board{% endif %}{% endblock %} {% block content_title %}

{% if object %}Edit {{ object.name }}{% else %}New board{% endif %}

{% endblock content_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% csrf_token %} {{ form|bulma }} {% if redirect_field_value %} {% endif %}
{% endblock %}