<aclass="btn btn-info"href="{% url "participation:team_detail"pk=object.pk%}"><iclass="fas fa-arrow-left"></i> {% trans "Back to the team detail" %}</a>
<hr>
<formmethod="post"enctype="multipart/form-data">
<divid="form-content">
{% csrf_token %}
{{ form|crispy }}
</div>
<buttonclass="btn btn-success"type="submit">{% trans "Upload" %}</button>