Skip to content

Commit

Permalink
Patches some texts cf. #22
Browse files Browse the repository at this point in the history
  • Loading branch information
sfikas committed Sep 9, 2016
1 parent 0369b8a commit e36ba0e
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@

{% block content %}
<h3>{% trans "All submissions and results for " %}
{% if not track %}
{% if not track or competition.track_set.all.count == 1 %}
{% trans "the" %} {{ competition.name }}
{% else %}
{% if not subtrack %}
{% trans "all subtracks of the " %} [{{ track.percomp_uniqueid }}]{{ track.name }} {% trans "track" %}
{% trans "all subtracks of " %} {% trans "track" %} [{{ track.percomp_uniqueid }}]{{ track.name }}
{% elif track and track.subtrack_set.all.count == 1 %}
{% trans "track" %}[{{ track.percomp_uniqueid }}]{{ track.name }}
{% else %}
{% trans "the " %} [{{ track.percomp_uniqueid }}.{{ subtrack.pertrack_uniqueid }}]{{ track.name }}/{{ subtrack.name }} {% trans "track/subtrack" %}
{% trans "subtrack" %} [{{ track.percomp_uniqueid }}.{{ subtrack.pertrack_uniqueid }}]{{ track.name }}/{{ subtrack.name }}
{% endif %}
{% endif %}
</h3>
Expand Down

0 comments on commit e36ba0e

Please sign in to comment.