{% extends 'team/base.html.twig' %} {% block title %}View clarification - {{ parent() }}{% endblock %} {% block content %}

Clarification {% if clarification.sender and clarification.sender.teamid == team.teamid %}Request{% endif%}

{% include 'team/partials/clarification_content.html.twig' %}
{% endblock %} {% block extrafooter %} {% endblock %}