# Conflicts: # statistics/migrations/0003_auto_20180814_1921.py
@ -11,6 +11,10 @@
</ol>
{% endblock %}
{% block page-header %}
{% trans 'Add abon' %}
{% block main %}
<div class="panel panel-default">
<div class="panel-heading">
@ -11,7 +11,9 @@
{% block page-header %}{% trans 'Pick a service' %}{% endblock %}
{% trans 'Pick a service' %}
@ -10,7 +10,7 @@
<h3>{% trans 'People with debts' %}</h3>
{% trans 'People with debts' %}
@ -11,11 +11,9 @@
<h3>{{ abon.fio|default:_("Long name") }}
<small>{% trans 'Ballance' %} <i class="glyphicon glyphicon-ruble"></i>
<b>{{ abon.ballance|floatformat:2 }}</b>
</small>
</h3>
@ -9,7 +9,7 @@
<h3>{% trans 'Money by days' %}</h3>
{% trans 'Money by days' %}
@ -11,7 +11,7 @@
<h3>{% trans 'Belonging services for groups' %}</h3>
{% trans 'Belonging services for groups' %}
@ -12,7 +12,7 @@
<h3>{% trans 'Debtor' %} {{ abon.fio }}</h3>
{% trans 'Debtor' %} {{ abon.fio }}
<h3>{% trans 'History of subscriber' %}</h3>
{% trans 'History of subscriber' %}
@ -10,7 +10,9 @@
{% block page-header %}{{ group.title }}{% endblock %}
{{ group.title }}
<div class="row">
<h3>{% trans 'Admin accounts list' %}</h3>
{% trans 'Admin accounts list' %}
<h3>{% trans 'Profile' %}</h3>
{% trans 'Profile' %}
@ -13,7 +13,7 @@
<h3>{% trans 'Pick object for edit permissions' %}</h3>
{% trans 'Pick object for edit permissions' %}
<h3>{% trans 'Pick the type of object' %}</h3>
{% trans 'Pick the type of object' %}
@ -16,7 +16,7 @@
<h3>{% trans 'Options' %}</h3>
{% trans 'Options' %}
<legend>{{ group.title|default:_('Not assigned') }}</legend>
{{ group.title|default:_('Not assigned') }}
@ -17,7 +17,7 @@
<h3>{{ dev.comment|default:_('Not assigned') }}. {% trans 'Unregistered units' %}</h3>
{{ dev.comment|default:_('Not assigned') }}. {% trans 'Unregistered units' %}
{% block content %}
<legend>{% trans 'Devices' %}</legend>
{% trans 'Devices' %}
<legend>{% trans 'Devices without group' %}</legend>
{% trans 'Devices without group' %}
<h3>{{ dev.comment|default:_('Not assigned') }}</h3>
{{ dev.comment|default:_('Not assigned') }}
@ -8,7 +8,9 @@
{% block page-header %}{% trans 'Select group' %}{% endblock %}
{% trans 'Select group' %}
<legend>{{ dev.comment|default:_('Not assigned') }}</legend>
<legend>{% trans 'Fix subscriber ports conflict' %}</legend>
{% trans 'Fix subscriber ports conflict' %}
<legend>{{ title }}</legend>
{{ title }}
<h3>{% trans 'Groups' %}</h3>
{% trans 'Groups' %}
{% block page-header %}{% trans 'Ip leases list' %}{% endblock %}
{% trans 'Ip leases list' %}
<div class="table-responsive">
@ -15,7 +15,9 @@
{% block page-header %}{% trans 'Add new subnet' %}{% endblock %}
{% trans 'Add new subnet' %}
<form action="{% url 'ip_pool:net_add' %}" method="post">{% csrf_token %}
{% block page-header %}{{ object }}{% endblock %}
{{ object }}
<form action="{% url 'ip_pool:net_edit' object.pk %}" method="post">{% csrf_token %}
<h3>{% trans 'Make that pool available in specified groups' %}</h3>
{% trans 'Make that pool available in specified groups' %}
@ -20,7 +20,7 @@
<h3>{% trans 'Map point' %}</h3>
{% trans 'Map point' %}
<h3>{{ conv.title }}</h3>
{{ conv.title }}
{% block page-header %}{% trans 'Search' %}{% endblock %}
{% trans 'Search' %}
<h3>{% trans 'Services' %}</h3>
{% trans 'Services' %}
{% if pay_instance %}
<h3>{{ pay_instance.name }}</h3>
{{ pay_instance.name }}
{% url 'tarifs:periodic_pay_edit' pay_instance.id as form_url %}
{% else %}
<h3>{% trans 'Tasks to be performed' %}</h3>
{% trans 'Tasks to be performed' %}
<h3>{% trans 'Records of all the tasks in the system' %}</h3>
{% trans 'Records of all the tasks in the system' %}
@ -2,7 +2,7 @@
{% load i18n %}
<h3>{% trans 'Tasks in which no recipients' %}</h3>
{% trans 'Tasks in which no recipients' %}
<h3>{% trans 'Tasks in which was trouble while at runtime' %}</h3>
{% trans 'Tasks in which was trouble while at runtime' %}