{% extends 'base.html' %} {% block title %}Pricing{% endblock %} {% block content %}
Rates for this service aren't set yet. You can see Cyberia's Capsul pricing on their website.
      SUPPORTED OPERATING SYSTEMS:
      {% for os_id, os in operating_systems.items() %}   - {{ os.description }} 
      {% endfor %}