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