pontoon/projects/templates/projects/project.html [34:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ HeadingInfo.details_item_url(
title='Repository',
class='repository',
url=project.repositories.first().website)
}}
{{ HeadingInfo.details_item_resources(project.externalresource_set.all()) }}
{% if project.contact %}
{{ HeadingInfo.details_item(
title='Project manager',
class='contact-person',
value=project.contact.name_or_email,
value_link=url('pontoon.contributors.contributor.username', project.contact.username))
}}
{% endif %}
{{ HeadingInfo.progress_chart() }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
pontoon/tags/templates/tags/tag.html [38:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ HeadingInfo.details_item_url(
title='Repository',
class='repository',
url=project.repositories.first().website)
}}
{{ HeadingInfo.details_item_resources(project.externalresource_set.all()) }}
{% if project.contact %}
{{ HeadingInfo.details_item(
title='Project manager',
class='contact-person',
value=project.contact.name_or_email,
value_link=url('pontoon.contributors.contributor.username', project.contact.username))
}}
{% endif %}
{{ HeadingInfo.progress_chart() }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -