{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Update Segment" %}{% endblock %} {% block main %} {% include 'masakaridashboard/segment/_update.html' %} {% endblock %}