{% extends "vehicle/carburetion_tank/base.html" %} {% block title %}Home{% endblock %} {% block js_code %} {% endblock %} {% block breadcrumb %}{{ block.super }} » Tanque de Combustible ({{ carburetion_tank }}){% endblock %} {% block content %}

Detalles de Tanque de Combustible Imprimir Reporte


Datos Generales Serie:
{{ carburetion_tank.series}}
Capacidad:
{{ carburetion_tank.capacity }}
Contenido:
{% if carburetion_tank.content == 'G' %} GAS {% else %} DIESEL {% endif %}
{% if carburetion_tank.content == 'G' %} Marca / Modelo:
{{ carburetion_tank.brand }} / {{ carburetion_tank.model}}
{% endif %}
Fechas de Caducidad de Valvulas Servicio
{{ carburetion_tank.service_valve }}
10 %:
{{ carburetion_tank.ten_percent_valve }}
Llenado:
{{ carburetion_tank.fill_valve }}
Seguridad:
{{ carburetion_tank.safety_valve }}

Mantenimientos Realizados    

{% for carburetion_tank_maintenance in carburetion_tank_maintenances %}
{{ carburetion_tank_maintenance.garage }}
{{ carburetion_tank_maintenance.description }}
{{ storage_tank_maintenance.date }} {% for carburetion_tank_service in carburetion_tank_services %} {% if carburetion_tank_service.carburetion_tank_maintenance == carburetion_tank_maintenance %}

{{ carburetion_tank_service.service.name }}

{% endif%} {% endfor %} {% for carburetione_tank_service_group in carburetion_tank_services_groups %} {% if carburetion_tank_service_group.carburetion_tank_maintenance == carburetion_tank_maintenance %}

{{ carburetion_tank_service_group.services_group.name }}

{% endif%} {% endfor %}
{% endfor %}











{% endblock %}