{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Show task details" %}{% endblock %} {% block main %} {% include 'tionix/scheduler/templates/_show.html' %} {% endblock %}