{% extends 'layout.twig' %} {% block title %}P3X GitList{% endblock %} {% block body %} {% include 'navigation.twig' %}
| {{ repository.name | remove_extension }} |
|---|
|
{{ repository.time }},
{{ 'index.repo.by'|t }}
{{ repository.user }},
{{ 'index.repo.branch'|t }}
{{ repository.branch }}
{% if repository.description %}
{{ repository.description }}
{% else %}
{{ 'index.repo.no_description'|t }}
{% endif %}
|