{% extends 'layout.twig' %} {% block title %}{{ app.title }}{% endblock %} {% block body %} {% include 'navigation.twig' %}

{{ repo }}

{{ 'index.repo.empty'|t }}
{% if app.show_http_remote or app.show_ssh_remote %}
{{ 'breadcrumb.clone'|t }}
{% if app.show_ssh_remote %} {% endif %} {% if app.show_http_remote %} {% endif %}
{% if app.show_ssh_remote %} {% endif %} {% if app.show_http_remote %} {% endif %}
{% endif %} {{ 'error.go_back'|t }} {% include 'footer.twig' %}
{% endblock %}