Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
3d4336a8
Commit
3d4336a8
authored
Nov 04, 2011
by
stef
Browse files
[fix] #18 reworded loophole+resource
parent
441fd83c
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/view.html
View file @
3d4336a8
...
...
@@ -78,11 +78,11 @@ $(document).ready(function() {
<div
id=
'global'
>
<h2>
{{v.operator}} ({{v.country}}) {{v.contract}}
</h2>
<div
id=
"report"
>
<dl>
{%if v.resource_name%}
<dt>
{% trans "
R
esource" %}
</dt><dd>
{{v.resource_name}}
</dd>
{%endif%}
<dl>
{%if v.resource_name%}
<dt>
{% trans "
What r
esource
is affected?
" %}
</dt><dd>
{{v.resource_name}}
</dd>
{%endif%}
{%if v.type%}
<dt>
{% trans "Type" %}
</dt><dd>
{{v.type}}
</dd>
{%endif%}
{%if v.media%}
<dt>
{% trans "Media" %}
</dt><dd>
{{v.media}}
</dd>
{%endif%}
{%if v.temporary%}
<dt>
{% trans "Temporary restriction" %}
</dt><dd>
{{v.temporary}}
</dd>
{%endif%}
{%if v.loophole%}
<dt>
{% trans "
Loophole offering
" %}
</dt><dd>
{% trans "yes" %}
</dd>
{%endif%}
{%if v.loophole%}
<dt>
{% trans "
Another offer provided by the same operator removes this restriction
" %}
</dt><dd>
{% trans "yes" %}
</dd>
{%endif%}
{%if v.contractual%}
<dt>
{% trans "Contractual restriction" %}
</dt><dd>
{% trans "yes" %}
</dd>
{%endif%}
{%if v.contract_excerpt%}
<dt>
{% trans "Contract excerpt" %}
</dt><dd
class=
'text'
>
{{v.contract_excerpt|safe}}
</dd>
{%endif%}
{%if v.comment_set.all%}
</dl>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment